1*36dcc4a4SLionel Sambuc# $NetBSD: CP1124%UCS.src,v 1.1 2007/06/02 06:09:08 tnozaki Exp $ 2*36dcc4a4SLionel Sambuc 3*36dcc4a4SLionel Sambuc# Copyright (c)2007 Citrus Project, 4*36dcc4a4SLionel Sambuc# All rights reserved. 5*36dcc4a4SLionel Sambuc# 6*36dcc4a4SLionel Sambuc# Redistribution and use in source and binary forms, with or without 7*36dcc4a4SLionel Sambuc# modification, are permitted provided that the following conditions 8*36dcc4a4SLionel Sambuc# are met: 9*36dcc4a4SLionel Sambuc# 1. Redistributions of source code must retain the above copyright 10*36dcc4a4SLionel Sambuc# notice, this list of conditions and the following disclaimer. 11*36dcc4a4SLionel Sambuc# 2. Redistributions in binary form must reproduce the above copyright 12*36dcc4a4SLionel Sambuc# notice, this list of conditions and the following disclaimer in the 13*36dcc4a4SLionel Sambuc# documentation and/or other materials provided with the distribution. 14*36dcc4a4SLionel Sambuc# 15*36dcc4a4SLionel Sambuc# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 16*36dcc4a4SLionel Sambuc# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 17*36dcc4a4SLionel Sambuc# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 18*36dcc4a4SLionel Sambuc# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 19*36dcc4a4SLionel Sambuc# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 20*36dcc4a4SLionel Sambuc# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 21*36dcc4a4SLionel Sambuc# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 22*36dcc4a4SLionel Sambuc# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 23*36dcc4a4SLionel Sambuc# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 24*36dcc4a4SLionel Sambuc# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 25*36dcc4a4SLionel Sambuc# SUCH DAMAGE. 26*36dcc4a4SLionel Sambuc# 27*36dcc4a4SLionel Sambuc 28*36dcc4a4SLionel SambucTYPE ROWCOL 29*36dcc4a4SLionel SambucNAME "CP1124/UCS" 30*36dcc4a4SLionel SambucSRC_ZONE 0x00-0xFF 31*36dcc4a4SLionel SambucOOB_MODE ILSEQ 32*36dcc4a4SLionel SambucDST_ILSEQ 0xFFFE 33*36dcc4a4SLionel SambucDST_UNIT_BITS 16 34*36dcc4a4SLionel Sambuc 35*36dcc4a4SLionel SambucBEGIN_MAP 36*36dcc4a4SLionel Sambuc# 37*36dcc4a4SLionel Sambuc# CP1124 - Cyrillic, Ukraine 38*36dcc4a4SLionel Sambuc# this mapping data is made from: 39*36dcc4a4SLionel Sambuc# ftp://ftp.software.ibm.com/software/globalization/gcoc/attachments/ 40*36dcc4a4SLionel Sambuc# CP0{01124,01251}.{pdf,txt} 41*36dcc4a4SLionel Sambuc# ftp://ftp.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP1251.TXT 42*36dcc4a4SLionel Sambuc# 43*36dcc4a4SLionel Sambuc0x00 - 0x9F = 0x0000 - 44*36dcc4a4SLionel Sambuc0xA0 = 0x00A0 45*36dcc4a4SLionel Sambuc0xA1 = 0x0401 46*36dcc4a4SLionel Sambuc0xA2 = 0x0402 47*36dcc4a4SLionel Sambuc0xA3 = 0x0490 48*36dcc4a4SLionel Sambuc0xA4 = 0x0404 49*36dcc4a4SLionel Sambuc0xA5 = 0x0405 50*36dcc4a4SLionel Sambuc0xA6 = 0x0406 51*36dcc4a4SLionel Sambuc0xA7 = 0x0407 52*36dcc4a4SLionel Sambuc0xA8 = 0x0408 53*36dcc4a4SLionel Sambuc0xA9 = 0x0409 54*36dcc4a4SLionel Sambuc0xAA = 0x040A 55*36dcc4a4SLionel Sambuc0xAB = 0x040B 56*36dcc4a4SLionel Sambuc0xAC = 0x040C 57*36dcc4a4SLionel Sambuc0xAD = 0x00AD 58*36dcc4a4SLionel Sambuc0xAE = 0x040E 59*36dcc4a4SLionel Sambuc0xAF = 0x040F 60*36dcc4a4SLionel Sambuc0xB0 = 0x0410 61*36dcc4a4SLionel Sambuc0xB1 = 0x0411 62*36dcc4a4SLionel Sambuc0xB2 = 0x0412 63*36dcc4a4SLionel Sambuc0xB3 = 0x0413 64*36dcc4a4SLionel Sambuc0xB4 = 0x0414 65*36dcc4a4SLionel Sambuc0xB5 = 0x0415 66*36dcc4a4SLionel Sambuc0xB6 = 0x0416 67*36dcc4a4SLionel Sambuc0xB7 = 0x0417 68*36dcc4a4SLionel Sambuc0xB8 = 0x0418 69*36dcc4a4SLionel Sambuc0xB9 = 0x0419 70*36dcc4a4SLionel Sambuc0xBA = 0x041A 71*36dcc4a4SLionel Sambuc0xBB = 0x041B 72*36dcc4a4SLionel Sambuc0xBC = 0x041C 73*36dcc4a4SLionel Sambuc0xBD = 0x041D 74*36dcc4a4SLionel Sambuc0xBE = 0x041E 75*36dcc4a4SLionel Sambuc0xBF = 0x041F 76*36dcc4a4SLionel Sambuc0xC0 = 0x0420 77*36dcc4a4SLionel Sambuc0xC1 = 0x0421 78*36dcc4a4SLionel Sambuc0xC2 = 0x0422 79*36dcc4a4SLionel Sambuc0xC3 = 0x0423 80*36dcc4a4SLionel Sambuc0xC4 = 0x0424 81*36dcc4a4SLionel Sambuc0xC5 = 0x0425 82*36dcc4a4SLionel Sambuc0xC6 = 0x0426 83*36dcc4a4SLionel Sambuc0xC7 = 0x0427 84*36dcc4a4SLionel Sambuc0xC8 = 0x0428 85*36dcc4a4SLionel Sambuc0xC9 = 0x0429 86*36dcc4a4SLionel Sambuc0xCA = 0x042A 87*36dcc4a4SLionel Sambuc0xCB = 0x042B 88*36dcc4a4SLionel Sambuc0xCC = 0x042C 89*36dcc4a4SLionel Sambuc0xCD = 0x042D 90*36dcc4a4SLionel Sambuc0xCE = 0x042E 91*36dcc4a4SLionel Sambuc0xCF = 0x042F 92*36dcc4a4SLionel Sambuc0xD0 = 0x0430 93*36dcc4a4SLionel Sambuc0xD1 = 0x0431 94*36dcc4a4SLionel Sambuc0xD2 = 0x0432 95*36dcc4a4SLionel Sambuc0xD3 = 0x0433 96*36dcc4a4SLionel Sambuc0xD4 = 0x0434 97*36dcc4a4SLionel Sambuc0xD5 = 0x0435 98*36dcc4a4SLionel Sambuc0xD6 = 0x0436 99*36dcc4a4SLionel Sambuc0xD7 = 0x0437 100*36dcc4a4SLionel Sambuc0xD8 = 0x0438 101*36dcc4a4SLionel Sambuc0xD9 = 0x0439 102*36dcc4a4SLionel Sambuc0xDA = 0x043A 103*36dcc4a4SLionel Sambuc0xDB = 0x043B 104*36dcc4a4SLionel Sambuc0xDC = 0x043C 105*36dcc4a4SLionel Sambuc0xDD = 0x043D 106*36dcc4a4SLionel Sambuc0xDE = 0x043E 107*36dcc4a4SLionel Sambuc0xDF = 0x043F 108*36dcc4a4SLionel Sambuc0xE0 = 0x0440 109*36dcc4a4SLionel Sambuc0xE1 = 0x0441 110*36dcc4a4SLionel Sambuc0xE2 = 0x0442 111*36dcc4a4SLionel Sambuc0xE3 = 0x0443 112*36dcc4a4SLionel Sambuc0xE4 = 0x0444 113*36dcc4a4SLionel Sambuc0xE5 = 0x0445 114*36dcc4a4SLionel Sambuc0xE6 = 0x0446 115*36dcc4a4SLionel Sambuc0xE7 = 0x0447 116*36dcc4a4SLionel Sambuc0xE8 = 0x0448 117*36dcc4a4SLionel Sambuc0xE9 = 0x0449 118*36dcc4a4SLionel Sambuc0xEA = 0x044A 119*36dcc4a4SLionel Sambuc0xEB = 0x044B 120*36dcc4a4SLionel Sambuc0xEC = 0x044C 121*36dcc4a4SLionel Sambuc0xED = 0x044D 122*36dcc4a4SLionel Sambuc0xEE = 0x044E 123*36dcc4a4SLionel Sambuc0xEF = 0x044F 124*36dcc4a4SLionel Sambuc0xF0 = 0x2116 125*36dcc4a4SLionel Sambuc0xF1 = 0x0451 126*36dcc4a4SLionel Sambuc0xF2 = 0x0452 127*36dcc4a4SLionel Sambuc0xF3 = 0x0491 128*36dcc4a4SLionel Sambuc0xF4 = 0x0454 129*36dcc4a4SLionel Sambuc0xF5 = 0x0455 130*36dcc4a4SLionel Sambuc0xF6 = 0x0456 131*36dcc4a4SLionel Sambuc0xF7 = 0x0457 132*36dcc4a4SLionel Sambuc0xF8 = 0x0458 133*36dcc4a4SLionel Sambuc0xF9 = 0x0459 134*36dcc4a4SLionel Sambuc0xFA = 0x045A 135*36dcc4a4SLionel Sambuc0xFB = 0x045B 136*36dcc4a4SLionel Sambuc0xFC = 0x045C 137*36dcc4a4SLionel Sambuc0xFD = 0x00A7 138*36dcc4a4SLionel Sambuc0xFE = 0x045E 139*36dcc4a4SLionel Sambuc0xFF = 0x045F 140*36dcc4a4SLionel SambucEND_MAP 141